fromJson

open fun fromJson(json: String): Expected<String, Value>

Converts JSON string to a value.

Return

The value or string describing an error.

Parameters

json

The string to be converted.